home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
Tools
/
Mesa-1.2.1
/
src-aux
/
image.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-05
|
224 b
|
13 lines
#include "tk.h"
#include "glaux.h"
#if defined(__cplusplus) || defined(c_plusplus)
#define class c_class
#endif
AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
{
return (AUX_RGBImageRec *)tkRGBImageLoad(fileName);
}